/aosp_15_r20/external/tensorflow/tensorflow/core/ops/ |
H A D | list_ops.cc | 48 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 D | control_flow_ops.cc | 36 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 D | resource_variable_ops.cc | 72 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 D | training_ops.cc | 27 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 D | lookup_ops.cc | 120 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 D | risc_ops.cc | 40 auto* handle_data = c->input_handle_shapes_and_types(0); in RiscBinaryNonBroadcastOpShapeFn() local
|
H A D | state_ops.cc | 335 auto* handle_data = c->input_handle_shapes_and_types(0); in __anon9ff5ca8a0502() local
|
/aosp_15_r20/external/trace-cmd/tracecmd/ |
H A D | trace-profile.c | 175 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 D | debuginfod-client.c | 193 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 D | gpu_swapping_ops.cc | 33 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 D | sparse_csr_matrix_ops.py | 254 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 D | python_api.cc | 94 CppShapeInferenceResult::HandleData handle_data; in GetHandleShapeAndType() local 120 tensorflow::CppShapeInferenceResult::HandleData handle_data; in SetHandleShapeAndType() local
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | sgmllib.py | 439 def handle_data(self, data): member in SGMLParser 467 def handle_data(self, data): member in TestSGMLParser
|
D | xmllib.py | 778 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 D | convert_attributes.cc | 453 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 D | handle_data_util.py | 52 def set_handle_data(target_t, handle_data): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/consolidate_attrs/ |
H A D | pass.cc | 145 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 D | cpp_shape_inference.proto | 30 HandleData handle_data = 4; field
|
/aosp_15_r20/external/tensorflow/tensorflow/examples/custom_ops_doc/simple_hash_table/ |
H A D | simple_hash_table_op.cc | 94 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 D | native_struct_serialization.cc | 109 auto* handle_data = handles_data->at(i).Get(); in DeserializeMessageAttachments() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | op_def.proto | 50 repeated ResourceHandleProto.DtypeAndShape handle_data = 7; field
|
/aosp_15_r20/external/python/cpython3/Lib/idlelib/ |
D | help.py | 151 def handle_data(self, data): member in HelpParser
|
/aosp_15_r20/external/python/cpython2/Lib/idlelib/ |
D | help.py | 141 def handle_data(self, data): member in HelpParser
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/html/ |
D | parser.py | 439 def handle_data(self, data): member in HTMLParser
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/html/ |
D | parser.py | 439 def handle_data(self, data): member in HTMLParser
|