Home
last modified time | relevance | path

Searched defs:OpSpec (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dgraph.go272 type OpSpec struct { struct
274 Type string
278 Name string
290 Input []Input
294 Attrs map[string]interface{}
298 ControlDependencies []*Operation
305 Device string
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/ops/gen/model/
H A Dop_spec.cc28 OpSpec::OpSpec(const OpDef& op_def, const ApiDef& api_def) in OpSpec() function in tensorflow::generator::OpSpec
/aosp_15_r20/external/tensorflow/tensorflow/java/src/gen/cc/
H A Dop_specs.h160 explicit OpSpec(const string& graph_op_name, bool hidden, in OpSpec() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
H A Dquantization_ops.cc396 using OpSpec = QDQOpSpec<TFOpType>; typedef in tensorflow::tensorrt::convert::ConvertQDQ