Searched refs:DtypeAndPartialTensorShape (Results 1 – 19 of 19) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | resource_handle.h | 80 std::vector<DtypeAndPartialTensorShape> dtypes_and_shapes() const { in dtypes_and_shapes() 84 const std::vector<DtypeAndPartialTensorShape>& dtypes_and_shapes) { in set_dtypes_and_shapes() 138 const std::vector<DtypeAndPartialTensorShape>& dtypes_and_shapes = {}, 147 const std::vector<DtypeAndPartialTensorShape>& dtypes_and_shapes = {}, 182 std::vector<DtypeAndPartialTensorShape> dtypes_and_shapes_;
|
D | resource_handle.cc | 35 const std::vector<DtypeAndPartialTensorShape>& dtype_and_shapes) { in DtypeAndShapesToString() 38 for (const DtypeAndPartialTensorShape& dtype_and_shape : dtype_and_shapes) { in DtypeAndShapesToString() 87 std::vector<DtypeAndPartialTensorShape> dtypes_and_shapes; in FromProto() 96 dtypes_and_shapes.push_back(DtypeAndPartialTensorShape{dtype, shape}); in FromProto() 132 const std::vector<DtypeAndPartialTensorShape>& dtypes_and_shapes, in MakeRefCountingHandle()
|
D | resource_mgr.h | 333 const std::vector<DtypeAndPartialTensorShape>& dtypes_and_shapes = {}, 340 const std::vector<DtypeAndPartialTensorShape>& dtypes_and_shapes = {}, 353 const std::vector<DtypeAndPartialTensorShape>& dtypes_and_shapes = {},
|
D | resource_mgr.cc | 36 const std::vector<DtypeAndPartialTensorShape>& dtypes_and_shapes, in MakeResourceHandle()
|
D | tensor_shape.h | 768 struct DtypeAndPartialTensorShape { struct
|
D | function.h | 702 std::unordered_map<int, DtypeAndPartialTensorShape>
|
/external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
D | remote_mgr.cc | 91 std::vector<DtypeAndPartialTensorShape>* handle) { in GetMirroredResourceShape() 169 std::vector<DtypeAndPartialTensorShape> resource_dtypes_and_shapes; in SerializeRemoteTensorHandle() 199 std::vector<DtypeAndPartialTensorShape> dtypes_and_shapes; in DeserializeRemoteTensorHandle() 205 dtypes_and_shapes.push_back(DtypeAndPartialTensorShape{ in DeserializeRemoteTensorHandle()
|
D | remote_mgr.h | 100 std::vector<DtypeAndPartialTensorShape>* handle); 109 RemoteTensorHandleInternal, std::vector<DtypeAndPartialTensorShape>,
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | tensor_handle.h | 256 std::vector<DtypeAndPartialTensorShape> dtypes_and_shapes); 261 std::vector<DtypeAndPartialTensorShape>* result); 342 std::vector<DtypeAndPartialTensorShape> handle_dtypes_and_shapes_;
|
D | kernel_and_device.h | 274 std::unordered_map<int, DtypeAndPartialTensorShape> in KernelAndDeviceFunc() 388 std::unordered_map<int, DtypeAndPartialTensorShape>
|
D | execute.cc | 908 const std::unordered_map<int, DtypeAndPartialTensorShape>& in GetKernelCacheKey() 938 const DtypeAndPartialTensorShape& dtype_and_shape = in GetKernelCacheKey() 961 std::unordered_map<int, DtypeAndPartialTensorShape>& in ExtractFunctionInputInfo() 997 std::vector<DtypeAndPartialTensorShape> resource_dtypes_and_shapes; in ExtractFunctionInputInfo() 1001 const DtypeAndPartialTensorShape& dtype_and_shape = in ExtractFunctionInputInfo() 1078 std::unordered_map<int, DtypeAndPartialTensorShape> in GetOrCreateKernelAndDevice() 1524 {DtypeAndPartialTensorShape{dtype->type(), shape->shape()}}); in StoreResourceDtypesAndShapes()
|
D | tensor_handle_test.cc | 142 DtypeAndPartialTensorShape dtype_and_shape = {DT_FLOAT, {2, 2}}; in TEST_F() 185 std::vector<DtypeAndPartialTensorShape> dtypes_and_shapes; in TEST_F()
|
D | tensor_handle.cc | 171 std::vector<DtypeAndPartialTensorShape> dtypes_and_shapes) { in SetResourceHandleDtypeAndShape() 176 std::vector<DtypeAndPartialTensorShape>* result) { in GetResourceHandleDtypesAndShapes() 311 std::vector<DtypeAndPartialTensorShape> dtypes_and_shapes; in CreatePackedHandle()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | resource_variable_ops.h | 39 DtypeAndPartialTensorShape dtype_and_shape_;
|
D | resource_variable_ops.cc | 246 std::vector<DtypeAndPartialTensorShape>{dtype_and_shape_}); in VarHandleOp() 256 std::vector<DtypeAndPartialTensorShape>{dtype_and_shape_}, in Compute()
|
/external/tensorflow/tensorflow/core/data/ |
D | captured_function.cc | 585 std::unordered_map<int, DtypeAndPartialTensorShape>& in Instantiate()
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | sharding_util_ops.cc | 892 const DtypeAndPartialTensorShape dtype_and_shape = in Compute()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_function_library_runtime.cc | 391 Status SetArgShape(const std::unordered_map<int, DtypeAndPartialTensorShape>& in SetArgShape()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes_test.cc | 2352 DtypeAndPartialTensorShape dtype_and_shape; in TestConvertReadVariableOp() 2359 std::vector<DtypeAndPartialTensorShape>{dtype_and_shape}); in TestConvertReadVariableOp()
|