Home
last modified time | relevance | path

Searched defs:HasShape (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
H A Dtrt_shape_optimization_profiles.h259 bool HasShape() const { return !input_shapes_.empty(); } in HasShape() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dconstant_map.cpp61 bool ConstantValueMap::HasShape(const std::string& tensorName) { in HasShape() function in torch::jit::ConstantValueMap
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go249 func (t *Type) HasShape() bool { return t.flags&typeHasShape != 0 } func