Home
last modified time | relevance | path

Searched defs:TensorSpec (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/cc/experimental/libtf/impl/
Dtensor_spec.h30 struct TensorSpec { struct
34 bool operator==(const TensorSpec& o) const { argument
40 friend H AbslHashValue(H h, const TensorSpec& t) { in AbslHashValue() argument
/external/tensorflow/tensorflow/core/tfrt/saved_model/
Dsaved_model.h52 struct TensorSpec { struct
56 explicit TensorSpec(tensorflow::DataType dtype) : dtype(dtype) {} in TensorSpec() argument
57 TensorSpec(tensorflow::DataType dtype, tensorflow::PartialTensorShape shape) in TensorSpec() argument
319 using TensorSpec = ::tensorflow::tfrt_stub::TensorSpec; variable
/external/tensorflow/tensorflow/c/experimental/saved_model/core/
Dtensor_spec.cc25 TensorSpec::TensorSpec() in TensorSpec() function in tensorflow::TensorSpec
28 TensorSpec::TensorSpec(PartialTensorShape shape, DataType dtype) in TensorSpec() function in tensorflow::TensorSpec
31 TensorSpec::TensorSpec(const TensorSpecProto& proto) in TensorSpec() function in tensorflow::TensorSpec
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
Ddepthfirst_driver.hpp47 struct TensorSpec struct
49 T base;
50 size_t ld_row, ld_col;
52 TensorSpec(T ptr, size_t ld_row, size_t ld_col) in TensorSpec() argument
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/models/
Dlog_reader.py27 class TensorSpec: class
50 def __init__(self, spec: TensorSpec, buffer: bytes):
69 def read_tensor(fs: typing.BinaryIO, ts: TensorSpec) -> TensorValue:
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
Ddepthfirst_driver.hpp55 struct TensorSpec struct
57 T base;
58 size_t ld_row, ld_col;
60 TensorSpec(T ptr, size_t ld_row, size_t ld_col) in TensorSpec() function
/external/tensorflow/tensorflow/dtensor/python/
Dinput_util.py107 element_spec: tensor_spec.TensorSpec, layouts: Any,
211 flattened_elem_spec: Sequence[tensor_spec.TensorSpec],
292 elem_spec: tensor_spec.TensorSpec) -> ops.Tensor:
/external/federated-compute/fcp/aggregation/core/
Dtensor_spec.h32 TensorSpec(std::string name, DataType dtype, TensorShape shape) in TensorSpec() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DTensorSpec.h86 TensorSpec(const std::string &NewName, const TensorSpec &Other) in TensorSpec() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DTensorSpec.cpp60 TensorSpec::TensorSpec(const std::string &Name, int Port, TensorType Type, in TensorSpec() function in llvm::TensorSpec
DModelUnderTrainingRunner.cpp60 if (auto TensorSpec = getTensorSpecFromJSON(Ctx, *SpecPart)) in loadOutputSpecs() local
/external/federated-compute/fcp/artifact_building/
Dcheckpoint_utils.py201 tensor_specs: Iterable[tf.TensorSpec], filepath_tensor: tf.Tensor
Dfederated_compute_plan_builder.py1176 broadcasted_tensor_specs: Iterable[tf.TensorSpec],
/external/tensorflow/tensorflow/python/framework/
Dtensor_spec.py106 class TensorSpec(DenseSpec, type_spec.BatchableTypeSpec, class
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_tensor.py1573 tensor_spec.TensorSpec]
/external/tensorflow/tensorflow/python/ops/ragged/
Ddynamic_ragged_shape_test.py3106 a: tensor_spec.TensorSpec,
3107 b: tensor_spec.TensorSpec) -> None:
Ddynamic_ragged_shape.py1310 tensor_spec.TensorSpec],