HomeSort by relevance Sort by last modified time
    Searched refs:IsSlice (Results 1 - 25 of 25) sorted by null

  /external/tensorflow/tensorflow/core/grappler/
op_types.h 108 bool IsSlice(const NodeDef& node);
op_types.cc 277 bool IsSlice(const NodeDef& node) { return node.op() == "Slice"; }
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
decompose.go 70 case t.IsSlice():
113 case v.Type.IsSlice():
rewritedec.go 200 // cond: t.IsSlice()
207 if !(t.IsSlice()) {
rewritegeneric.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
decompose.go 70 case t.IsSlice():
113 case v.Type.IsSlice():
rewritedec.go 200 // cond: t.IsSlice()
207 if !(t.IsSlice()) {
rewritegeneric.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
typecheck.go 91 if t.IsSlice() {
676 if l.Type.IsSlice() && !isnil(l) && !isnil(r) {
1006 } else if t.IsSlice() {
1146 } else if t.IsSlice() {
    [all...]
ssa.go     [all...]
subr.go 900 if src.IsSlice() && dst.IsString() {
911 if src.IsString() && dst.IsSlice() {
    [all...]
sinit.go 1207 if n.Left.Type.IsSlice() {
swt.go 87 case t.IsSlice():
walk.go 419 case from.IsSlice():
435 case from.IsSlice():
    [all...]
esc.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
typecheck.go 91 if t.IsSlice() {
676 if l.Type.IsSlice() && !isnil(l) && !isnil(r) {
1006 } else if t.IsSlice() {
1146 } else if t.IsSlice() {
    [all...]
ssa.go     [all...]
subr.go 900 if src.IsSlice() && dst.IsString() {
911 if src.IsString() && dst.IsSlice() {
    [all...]
sinit.go 1207 if n.Left.Type.IsSlice() {
swt.go 87 case t.IsSlice():
walk.go 419 case from.IsSlice():
435 case from.IsSlice():
    [all...]
esc.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
type.go 1249 func (t *Type) IsSlice() bool {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
type.go 1249 func (t *Type) IsSlice() bool {
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
layout_optimizer.cc     [all...]

Completed in 3697 milliseconds