Home
last modified time | relevance | path

Searched defs:handle_data (Results 1 – 25 of 58) sorted by relevance

123

/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dlist_ops.cc48 const std::vector<shape_inference::ShapeAndType>* handle_data) { in IsValidTensorListHandleData()
93 auto* handle_data = c->input_handle_shapes_and_types(0); in __anon5e0c1ea50302() local
144 auto* handle_data = c->input_handle_shapes_and_types(0); in __anon5e0c1ea50402() local
186 auto* handle_data = c->input_handle_shapes_and_types(0); in __anon5e0c1ea50502() local
226 auto* handle_data = c->input_handle_shapes_and_types(0); in __anon5e0c1ea50602() local
270 auto* handle_data = c->input_handle_shapes_and_types(0); in TensorListConcatShapeInference() local
403 auto* handle_data = c->input_handle_shapes_and_types(0); in __anon5e0c1ea50b02() local
450 auto* handle_data = c->input_handle_shapes_and_types(0); in __anon5e0c1ea50d02() local
482 auto* handle_data = c->input_handle_shapes_and_types(0); in __anon5e0c1ea50e02() local
504 auto* handle_data = c->input_handle_shapes_and_types(0); in __anon5e0c1ea50f02() local
[all …]
H A Dcontrol_flow_ops.cc36 auto* handle_data = c->input_handle_shapes_and_types(0); in SwitchShape() local
55 auto* handle_data = c->input_handle_shapes_and_types(0); in SwitchNShape() local
178 auto* handle_data = c->input_handle_shapes_and_types(0); in __anon14ec35210402() local
H A Dresource_variable_ops.cc72 auto* handle_data = c->input_handle_shapes_and_types(i); in ReadVariablesShapeFn() local
235 auto* handle_data = c->input_handle_shapes_and_types(0); in VariableShapeShapeFn() local
H A Dtraining_ops.cc27 auto* handle_data = c->input_handle_shapes_and_types(input); in ShapeOrHandleShape() local
37 auto* handle_data = c->input_handle_shapes_and_types(input); in ShapeOrHandleShape() local
H A Dlookup_ops.cc120 auto* handle_data = c->input_handle_shapes_and_types(0); in ValidateTableResourceHandle() local
269 auto* handle_data = c->input_handle_shapes_and_types(0); in __anoncb23bfa30802() local
H A Drisc_ops.cc40 auto* handle_data = c->input_handle_shapes_and_types(0); in RiscBinaryNonBroadcastOpShapeFn() local
H A Dstate_ops.cc335 auto* handle_data = c->input_handle_shapes_and_types(0); in __anon9ff5ca8a0502() local
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-profile.c175 struct handle_data { struct
176 struct handle_data *next; argument
177 struct tracecmd_input *handle;
178 struct tep_handle *pevent;
203 static struct handle_data *handles; argument
/aosp_15_r20/external/elfutils/debuginfod/
H A Ddebuginfod-client.c193 struct handle_data struct
196 int fd;
199 char url[PATH_MAX];
225 struct handle_data *d = (struct handle_data*)data; in debuginfod_write_callback() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dgpu_swapping_ops.cc33 auto* handle_data = c->input_handle_shapes_and_types(0); in __anon3a3e28ed0202() local
49 auto* handle_data = c->input_handle_shapes_and_types(0); in __anon3a3e28ed0302() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/linalg/sparse/
H A Dsparse_csr_matrix_ops.py254 def _from_matrix(self, matrix, handle_data=None): argument
354 def _from_matrix(self, matrix, handle_data=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dpython_api.cc94 CppShapeInferenceResult::HandleData handle_data; in GetHandleShapeAndType() local
120 tensorflow::CppShapeInferenceResult::HandleData handle_data; in SetHandleShapeAndType() local
/aosp_15_r20/external/python/cpython2/Lib/
Dsgmllib.py439 def handle_data(self, data): member in SGMLParser
467 def handle_data(self, data): member in TestSGMLParser
Dxmllib.py778 def handle_data(self, data): member in XMLParser
819 def handle_data(self, data): member in TestXMLParser
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/
H A Dconvert_attributes.cc453 StatusOr<ArrayAttr> ConvertHandleData( in ConvertHandleData()
486 auto* handle_data = arg->add_handle_data(); in ConvertHandleData() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dhandle_data_util.py52 def set_handle_data(target_t, handle_data): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/consolidate_attrs/
H A Dpass.cc145 Type type, Attribute handle_data) { in refineTypeWithHandleData()
451 SmallVector<Attribute> handle_data; in prepareAttributesFor() local
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dcpp_shape_inference.proto30 HandleData handle_data = 4; field
/aosp_15_r20/external/tensorflow/tensorflow/examples/custom_ops_doc/simple_hash_table/
H A Dsimple_hash_table_op.cc94 auto* handle_data = c->input_handle_shapes_and_types(0); in ExportShapeFunction() local
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/lib/
H A Dnative_struct_serialization.cc109 auto* handle_data = handles_data->at(i).Get(); in DeserializeMessageAttachments() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_def.proto50 repeated ResourceHandleProto.DtypeAndShape handle_data = 7; field
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dhelp.py151 def handle_data(self, data): member in HelpParser
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
Dhelp.py141 def handle_data(self, data): member in HelpParser
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/html/
Dparser.py439 def handle_data(self, data): member in HTMLParser
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/html/
Dparser.py439 def handle_data(self, data): member in HTMLParser

123